home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TK-NEWF1.ZIP / NEWFILES.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-05-02  |  1KB  |  99 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     Integer  INTEGER002
  21.     Integer  INTEGER003
  22.     String   STRING001
  23.     String   STRING002
  24.  
  25. ;------------------------------------------------------------------------------
  26.  
  27.     INTEGER003 = ReadLine(PPEPath() + "NEWFILES.CFG", 1)
  28.     STRING001 = ReadLine(PPEPath() + "NEWFILES.CFG", 2)
  29.     Print STRING001
  30.     While (1) Do
  31.         STRING002 = Upper(Inkey())
  32.         If (STRING002 == Chr(13)) STRING002 = "N"
  33.         If (STRING002 == "Y") Break
  34.         If (STRING002 == "N") End
  35.     EndWhile
  36.     INTEGER001 = 0
  37.     INTEGER002 = CurConf()
  38.     GetUser
  39.     For INTEGER001 = 1 To INTEGER003
  40.         If (U_InConf(U_RecNum(U_Name()), INTEGER001) == 1) Then
  41.             Join INTEGER001
  42.             Dir "N S A"
  43.         Endif
  44.     Next
  45.     Join INTEGER002
  46.  
  47. ;------------------------------------------------------------------------------
  48. ;
  49. ; Usage report (before postprocessing)
  50. ;
  51. ; ■ Statements used :
  52. ;
  53. ;    1       End
  54. ;    6       Goto 
  55. ;    8       Let 
  56. ;    1       Print 
  57. ;    6       If 
  58. ;    1       GetUser
  59. ;    2       Join 
  60. ;    1       Dir 
  61. ;
  62. ;
  63. ; ■ Functions used :
  64. ;
  65. ;    3       +
  66. ;    4       ==
  67. ;    1       <
  68. ;    1       <=
  69. ;    2       >=
  70. ;    3       !
  71. ;    2       &&
  72. ;    1       ||
  73. ;    1       Upper()
  74. ;    1       Chr()
  75. ;    1       U_Name()
  76. ;    1       Inkey()
  77. ;    1       CurConf()
  78. ;    2       PPEPath()
  79. ;    2       ReadLine()
  80. ;    1       U_RecNum()
  81. ;    1       U_InConf()
  82. ;
  83. ;------------------------------------------------------------------------------
  84. ;
  85. ; Analysis flags : No flag
  86. ;
  87. ;------------------------------------------------------------------------------
  88. ;
  89. ; Postprocessing report
  90. ;
  91. ;    1       For/Next
  92. ;    1       While/EndWhile
  93. ;    1       If/Then or If/Then/Else
  94. ;    0       Select Case
  95. ;
  96. ;------------------------------------------------------------------------------
  97. ;                 AEGiS Corp - Break the routines, code against the machines!
  98. ;------------------------------------------------------------------------------
  99.